From: Juanma Barranquero Date: Sat, 7 Apr 2012 21:32:59 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10^2~3530 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0af1d1fc23d37e97f47b9958fa04d33f6e4b67f8;p=emacs.git src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index da831d07a36..303445bc2d6 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -943,10 +943,10 @@ $(BLD)/gnutls.$(O) : \ $(BLD)/xml.$(O) : \ $(SRC)/xml.c \ + $(SRC)/buffer.h \ $(SRC)/w32.h \ $(CONFIG_H) \ - $(LISP_H) \ - $(SRC)/buffer.h + $(LISP_H) $(BLD)/image.$(O) : \ $(SRC)/image.c \